enter
( animator#enter in module ng
)
Injects the element object into the DOM (inside of the parent element) and then runs the enter animation.
animator#enter(element, parent, after);
element – {jQuery/jqLite element} –
the element that will be the focus of the enter animation
parent – {jQuery/jqLite element} –
the parent element of the element that will be the focus of the enter animation
after – {jQuery/jqLite element} –
the sibling element (which is the previous element) of the element that will be the focus of the enter animation